From: Richard M. Stallman Date: Wed, 18 Sep 2002 16:14:30 +0000 (+0000) Subject: (bootstrap-clean): Use cd to shorten arg strings. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55217 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dea0ee201916a98df664cb25ecb393dfd1fe204c;p=emacs.git (bootstrap-clean): Use cd to shorten arg strings. Don't ignore errors in rm line. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9fa62e4625e..aa68e43c1da 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -278,7 +278,7 @@ recompile: doit bootstrap-clean: if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi - -rm -f $(lisp)/*.elc $(lisp)/*/*.elc + cd $(lisp); rm -f *.elc */*.elc # Generate/update files for the bootstrap process.